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 - download
Index: ┃ M T

⟦44652a688⟧ TextFile

    Length: 804 (0x324)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/offconv/Makefile« 

TextFile


#-------------#
# 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