Changeset 1837 in Sophya for trunk/SophyaLib/Mgr
- Timestamp:
- Dec 21, 2001, 6:09:03 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Mgr/Makefile
r1609 r1837 94 94 PI: 95 95 if [ -d PI ] ; then cd PI ; $(MAKE) ; fi 96 if [ -d PIGcont ] ; then cd PIGcont ; $(MAKE) ; fi 96 97 if [ -d PIext ] ; then cd PIext ; $(MAKE) ; fi 97 98 # Shared library creation part of the Makefile … … 159 160 # List of .o files for PI modules 160 161 OBJPI = $(shell echo `cat ./PI/objlist.list `) 162 OBJPIGcont = $(shell echo `cat ./PIGcont/objlist.list `) 161 163 OBJPIext = $(shell echo `cat ./PIext/objlist.list `) 162 ALLPIOBJS = $(OBJPI) $(OBJPI ext)164 ALLPIOBJS = $(OBJPI) $(OBJPIGcont) $(OBJPIext) 163 165 164 166 # Building Sophya shared library
Note:
See TracChangeset
for help on using the changeset viewer.