|
||||
File indexing completed on 2025-01-30 09:20:33
0001 # -------------------------------------------------------------- 0002 # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98. 0003 # -------------------------------------------------------------- 0004 0005 name := DMX 0006 G4TARGET := $(name) 0007 G4EXLIB := true 0008 0009 ifndef G4INSTALL 0010 G4INSTALL = ../.. 0011 endif 0012 0013 ifdef DMXENV_GPS_USE 0014 CPPFLAGS += -DDMXENV_GPS_USE 0015 endif 0016 0017 include $(G4INSTALL)/config/architecture.gmk 0018 0019 .PHONY: all 0020 all: lib bin 0021 0022 include $(G4INSTALL)/config/binmake.gmk 0023 0024 visclean: 0025 rm -f g4*.prim g4*.eps g4*.wrl 0026 rm -f .DAWN_* 0027
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |