Changeset 1837 in Sophya for trunk/SophyaLib/Mgr


Ignore:
Timestamp:
Dec 21, 2001, 6:09:03 PM (24 years ago)
Author:
ansari
Message:

MAJ Makefile et numero de version - Reza 21/12/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Mgr/Makefile

    r1609 r1837  
    9494PI:
    9595        if [ -d PI ] ; then cd PI ; $(MAKE) ; fi
     96        if [ -d PIGcont ] ; then cd PIGcont ; $(MAKE) ; fi
    9697        if [ -d PIext ] ; then cd PIext ; $(MAKE) ; fi
    9798#  Shared library creation part of the Makefile
     
    159160# List of .o files for PI modules
    160161OBJPI = $(shell echo `cat ./PI/objlist.list `)
     162OBJPIGcont = $(shell echo `cat ./PIGcont/objlist.list `)
    161163OBJPIext = $(shell echo `cat ./PIext/objlist.list `)
    162 ALLPIOBJS = $(OBJPI) $(OBJPIext)
     164ALLPIOBJS = $(OBJPI) $(OBJPIGcont) $(OBJPIext)
    163165 
    164166# Building Sophya shared library
Note: See TracChangeset for help on using the changeset viewer.