DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: M T

⟦9d0bd46ed⟧ TextFile

    Length: 841 (0x349)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦f92554e5b⟧ »utils/C++2LaTeX-1.1-PL5.tar.Z« 
        └─⟦4dcd60fcf⟧ 
            └─⟦this⟧ »C++2LaTeX/Makefile« 

TextFile

FLAVOR =

CC = gcc
CFLAGS = -g $(FLAVOR)
LEX = flex


.PHONY: all C_PLUSPLUS ANSI_C USE_NAME

all:	c++2latex

C_PLUSPLUS:
	make c++2latex FLAVOR=-DC_PLUSPLUS

ANSI_C:
	make c2latex FLAVOR=-DANSI_C

USE_NAME:
	make c++2latex FLAVOR=-DUSE_NAME

c2latex.c: c++2latex.c
	mv c++2latex.c c2latex.c

c++2latex:	c++2latex.o getopt1.o getopt.o version.o
	$(CC) $(CFLAGS) -o c++2latex c++2latex.o getopt1.o getopt.o version.o

c2latex:	c2latex.o getopt1.o getopt.o version.o
	$(CC) $(CFLAGS) -o c2latex c2latex.o getopt1.o getopt.o version.o

dist:
	(cd ..; tar zcf C++2LaTeX.tar.Z C++2LaTeX/COPYING C++2LaTeX/ChangeLog C++2LaTeX/Makefile C++2LaTeX/README C++2LaTeX/c++2latex.1 C++2LaTeX/c++2latex.c C++2LaTeX/c++2latex.l C++2LaTeX/c2latex.c C++2LaTeX/fancyheadings.sty C++2LaTeX/getopt.c C++2LaTeX/getopt.h C++2LaTeX/getopt1.c C++2LaTeX/version.c)