|
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: 852 (0x354) Types: TextFile Names: »Makefile«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« └─⟦e5a54fb17⟧ └─⟦this⟧ »pp-5.0/examples/nott/Makefile«
# Master builder... (Ibson?) # ############################################################ # # @(#) $Header$ # # $Log$ # ############################################################ # # Definitions # ############################################################ PPDBM = ppdbm.pag FILES = domain channel users aliases ch.local ch.x400in84 ############################################################ # # Building Rules # ############################################################ default: (cd master; make) clean tidy: (cd master; make $@) install: generate build generate: (cd master; make install) build: $(PPDBM) $(PPDBM): $(FILES) dbmbuild -v .PRECIOUS: ppdbm.pag lint: ; depend:; ############################################################ # # End of Building Rules # ############################################################