Changeset 10342 for trunk/Ohana/Makefile
- Timestamp:
- Nov 30, 2006, 5:05:29 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/Makefile
r10317 r10342 36 36 gcompare \ 37 37 imclean \ 38 imregister \39 38 kapa \ 40 39 kii \ 41 misc \42 40 mosastro \ 43 41 nightd \ … … 48 46 tcl \ 49 47 uniphot 48 49 # XXXX these need to be updated after the makefile system re-org 50 FIXME = \ 51 imregister \ 52 misc 53 50 54 51 55 # any of these programs can be built with 'make (name)' … … 79 83 @if [ "$(ARCH)" = "" ]; then echo ""; echo " *** please define ARCH ***"; echo; exit 1; fi 80 84 @if [ "$(LIBS-$(ARCH))" = "" ]; then echo; echo " *** LIBS-$(ARCH) is missing"; echo; exit 1; fi 81 mkdir -p $( INCDIR)82 mkdir -p $( LIBDIR)85 mkdir -p $(DESTINC) 86 mkdir -p $(DESTLIB) 83 87 for i in $(LIBS-$(ARCH)); do make $$i.install || exit; done 84 88 chmod +x ohana-config 85 cp -f ohana-config $( BINDIR)/89 cp -f ohana-config $(DESTBIN)/ 86 90 87 91 bins:
Note:
See TracChangeset
for help on using the changeset viewer.
