- Timestamp:
- Feb 11, 2021, 1:14:47 PM (5 years ago)
- Location:
- trunk/Ohana/src
- Files:
-
- 2 edited
-
libautocode/Makefile (modified) (1 diff)
-
libdvo/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libautocode/Makefile
r15621 r41491 46 46 $(DESTINC)/autocode.h : $(INC)/autocode.h 47 47 48 $(AOBJS): $(DEF)/autocode.c $(DESTINC)/autocode.h 48 # $(AOBJS): $(DEF)/autocode.c $(DESTINC)/autocode.h 49 50 # 51 $(AOBJS): $(DEF)/autocode.c $(INC)/autocode.h 49 52 50 53 $(INC)/autocode.h: $(AINCS) $(DEF)/autocode.h $(DEF)/common.h -
trunk/Ohana/src/libdvo/Makefile
r40291 r41491 152 152 # $(SRC)/photfits.$(ARCH).o 153 153 154 # libautocode/Makefile.Targets defines $(AOBJS) & $(AINCS) 154 155 include ../libautocode/Makefile.Targets 155 156 … … 168 169 $(DESTINC)/autocode.h: $(AINC)/autocode.h 169 170 @if [ ! -d $(DESTINC) ]; then mkdir -p $(DESTINC); fi 170 rm -f $@171 cp$< $@171 /bin/rm -f $@ 172 /bin/cp -f $< $@ 172 173 echo "done making autocode.h" 173 174 174 175 $(AINC)/autocode.h: $(AINCS) $(ADEF)/autocode.h $(ADEF)/common.h 175 @echo "$(MAKE) $@ from $^"176 # @echo "$(MAKE) $@ from $^" 176 177 cd $(AUTO) && $(MAKE) $@ 177 178 178 179 # generic rule for AINCS 179 180 $(AINC)/%.h : $(ADEF)/%.d $(ADEF)/autocode.h $(ADEF)/common.h 180 @echo "$(MAKE) $@ from $^"181 # @echo "*** h-build $(MAKE) $@ from $^" 181 182 cd $(AUTO) && $(MAKE) $@ 182 183 183 184 # generic rule for ASRC 184 $(ASRC)/%.c : $(ADEF)/%.d $(ADEF)/autocode.c $(AINC)/%.h185 @echo "$(MAKE) $@ from $^"185 $(ASRC)/%.c : $(ADEF)/%.d $(ADEF)/autocode.c 186 # @echo "*** c-build: $(MAKE) $@ from $^" 186 187 cd $(AUTO) && $(MAKE) $@ 187 188 188 189 # generic rule for AOBJS 189 190 $(ASRC)/%.$(ARCH).o : $(ASRC)/%.c 190 @echo "$(MAKE) $@ from $^"191 # @echo "*** o-build: $(MAKE) $@ from $^" 191 192 cd $(AUTO) && $(MAKE) $@ 192 193
Note:
See TracChangeset
for help on using the changeset viewer.
