Changeset 2510 for trunk/Ohana/src/gastro/Makefile
- Timestamp:
- Nov 26, 2004, 10:47:02 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/gastro/Makefile (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/gastro/Makefile
r2435 r2510 15 15 16 16 # 17 INCS = -I$(INC) -I$(LINC) -I$(XINC) -I$(LINC)/$(ARCH)18 LIBS = -L$(LLIB) -lFITS -l socket -lnsl -lohana -lm17 INCS = -I$(INC) -I$(LINC) -I$(XINC) 18 LIBS = -L$(LLIB) -lFITS -lohana -lm -lsocket -lnsl 19 19 CFLAGS = -o $*.$(ARCH).o $(INCS) 20 20 CCFLAGS = $(INCS) $(LIBS) … … 37 37 38 38 $(BIN)/extract: $(EOBJ) 39 @if [ ! -d $(BIN) ]; then mkdir -p $(BIN); fi 39 40 $(CC) $(EOBJ) -o $(BIN)/extract $(CCFLAGS) 40 41 41 42 install.extract: 43 @if [ ! -d $(BIN) ]; then mkdir -p $(BIN); fi 42 44 rm -f $(DESTBIN)/extract 43 45 cp $(BIN)/extract $(DESTBIN)/ … … 53 55 54 56 $(BIN)/simulate: $(SOBJ) 57 @if [ ! -d $(BIN) ]; then mkdir -p $(BIN); fi 55 58 $(CC) $(SOBJ) -o $(BIN)/simulate.$(ARCH) $(CCFLAGS) 56 59 57 60 install.simulate: 61 @if [ ! -d $(BIN) ]; then mkdir -p $(BIN); fi 58 62 rm -f $(DESTBIN)/simulate 59 63 cp $(BIN)/simulate.$(ARCH) $(DESTBIN)/simulate … … 80 84 81 85 $(BIN)/gastro.$(ARCH): $(GOBJ) 86 @if [ ! -d $(BIN) ]; then mkdir -p $(BIN); fi 82 87 $(CC) $(GOBJ) -o $(BIN)/gastro.$(ARCH) $(CCFLAGS) 83 88 … … 85 90 86 91 $(DESTBIN)/gastro: $(BIN)/gastro.$(ARCH) 92 @if [ ! -d $(BIN) ]; then mkdir -p $(BIN); fi 87 93 rm -f $(DESTBIN)/gastro 88 94 cp $(BIN)/gastro.$(ARCH) $(DESTBIN)/gastro … … 103 109 104 110 $(BIN)/gscdump.$(ARCH): $(DOBJ) 111 @if [ ! -d $(BIN) ]; then mkdir -p $(BIN); fi 105 112 $(CC) $(DOBJ) -o $(BIN)/gscdump.$(ARCH) $(CCFLAGS) 106 113 … … 108 115 109 116 $(DESTBIN)/gscdump: $(BIN)/gscdump.$(ARCH) 117 @if [ ! -d $(BIN) ]; then mkdir -p $(BIN); fi 110 118 rm -f $(DESTBIN)/gscdump 111 119 cp $(BIN)/gscdump.$(ARCH) $(DESTBIN)/gscdump … … 122 130 123 131 $(BIN)/astro: $(AOBJ) 132 @if [ ! -d $(BIN) ]; then mkdir -p $(BIN); fi 124 133 $(CC) $(AOBJ) -o $(BIN)/astro $(CCFLAGS) 125 134 … … 135 144 136 145 $(BIN)/rastro: $(ROBJ) 146 @if [ ! -d $(BIN) ]; then mkdir -p $(BIN); fi 137 147 $(CC) $(ROBJ) -o $(BIN)/rastro $(CCFLAGS) 138 148
Note:
See TracChangeset
for help on using the changeset viewer.
