|
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: M T
Length: 804 (0x324) Types: TextFile Names: »Makefile«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─⟦this⟧ »EUUGD11/euug-87hel/sec1/offconv/Makefile«
#-------------# # Definitions # #-------------# # Debug flags CDEBUGFLAGS= # Project name GLIB_NAME= liboff.a # Distribution paths GINC_PATH= . # Global library members GLIB_MEMS= AddProp.o CreateObj.o DestroyObj.o FreeProp.o \ ReadGeneric.o ReadIndPoly.o ReadObj.o RemoveProp.o \ WriteGeneric.o WriteIndPoly.o WriteObj.o # Global include files GINCS= $(GINC_PATH)/off.h # Local include files LINCS= # Compilation flags CFLAGS= -I$(GINC_PATH) #--------------------# # Installation Rules # #--------------------# project: $(GLIB_MEMS) ar qv $(GLIB_NAME) $(GLIB_MEMS) ranlib $(GLIB_NAME) $(GLIB_MEMS): $(GINCS) $(LINCS) #------------------------# # Installation Utilities # #------------------------# clean: rm -f *.o print: pr $(LDOCS) $(LINCS) *.c makefile | lpr