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

⟦98446d9dc⟧ TextFile

    Length: 993 (0x3e1)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./babel/swedish/SLaTeX/l2sl/Makefile« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦23cd347d5⟧ »unix3.0/babel.tar.Z« 
        └─⟦2fb9f645a⟧ 
            └─⟦this⟧ »babel/swedish/SLaTeX/l2sl/Makefile« 

TextFile

DEST	      = /usr/local/bin

EXTHDRS	      = /usr/include/stdio.h

HDRS	      = comtab.h \
		hash.h \
		l2sl.h

CFLAGS	      = -g

LIBS	      = -ll

MAKEFILE      = Makefile

OBJS	      = comtab.o \
		hash.o \
		lex.o \
		l2sl.o

PRINT	      = pr

PROGRAM	      = l2sl

SRCS	      = comtab.c \
		hash.c \
		lex.l \
		l2sl.c

all:		$(PROGRAM)

$(PROGRAM):     $(OBJS)
		cc $(CFLAGS) $(OBJS) $(LIBS) -o $(PROGRAM)

clean:;		@rm -f $(OBJS)

depend:;	@mkmf -f $(MAKEFILE) PROGRAM=$(PROGRAM) DEST=$(DEST)

index:;		@ctags -wx $(HDRS) $(SRCS)

install:	$(PROGRAM)
		@echo Installing $(PROGRAM) in $(DEST)
		@install -s $(PROGRAM) $(DEST)

print:;		@$(PRINT) $(HDRS) $(SRCS)

program:        $(PROGRAM)

tags:           $(HDRS) $(SRCS); @ctags $(HDRS) $(SRCS)

update:		$(DEST)/$(PROGRAM)

$(DEST)/$(PROGRAM): $(SRCS) $(LIBS) $(HDRS) $(EXTHDRS)
		@make -f $(MAKEFILE) DEST=$(DEST) install
###
comtab.o: comtab.h
hash.o: /usr/include/stdio.h hash.h comtab.h
l2sl.o: /usr/include/stdio.h l2sl.h hash.h