|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T t
Length: 906 (0x38a) Types: TextFile Names: »template.mk«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« └─⟦e5a54fb17⟧ └─⟦this⟧ »pp-5.0/template/template.mk«
# Preliminary comments # ############################################################ # # @(#) $Header$ # # $Log$ # ############################################################ # # Definitions # ############################################################ SRCS = OBJS = HEADERS = ../../h LIBPP = ../../Lib/libpp.a CFLAGS = $(CCOPTIONS) -I$(HEADERS) LDFLAGS = $(LDOPTIONS) LLFLAGS = $(LINTFLAGS) -I$(HEADERS) LINTLIBS = ../../Lib/llib-lpp.ln $(LINTISODE) ############################################################ # # Building Rules # ############################################################ default: default-targets install:; clean: tidy tidy: rm -f $(OBJS) core a.out Makefile.old lint: l-targets depend: $(DEPEND) -I$(HEADERS) $(SRCS) ############################################################ # # End of Building Rules # ############################################################