Changeset 2581
- Timestamp:
- Nov 30, 2004, 9:09:51 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/Makefile
r2510 r2581 42 42 mosastro.v2 \ 43 43 nightd \ 44 opihi.v1 \ 44 45 opihi.v2 \ 45 46 perl \ … … 91 92 # standard rules: targets are foo, foo.clean, foo.install, foo.dist 92 93 $(PROGRAM) $(LIBS-$(ARCH)): 93 (cd src/$@ && make)94 if [ -e "src/$@" ]; then (cd src/$@ && make); fi 94 95 95 96 %.install: 96 97 mkdir -p bin/$(ARCH) 97 (cd src/$* && make install)98 if [ -e "src/$*" ]; then (cd src/$* && make install); fi 98 99 99 100 %.clean: 100 (cd src/$* && make clean)101 if [ -e "src/$*" ]; then (cd src/$* && make clean); fi 101 102 102 103 %.dist:
Note:
See TracChangeset
for help on using the changeset viewer.
