rm targetlist *.o
make generic
echo "ARRAYDECLARE(Arraychar,char)" | m4 Array_h.m4 - >Arraychar.h
m4 Array_c.m4 Arraychar.p >Arraychar.c
echo ArrayOb.c >>targetlist
echo Arraychar.c >>targetlist
echo Assoc.c >>targetlist
echo AssocInt.c >>targetlist
echo Bag.c >>targetlist
echo BitBoard.c >>targetlist
echo Bitset.c >>targetlist
echo Class.c >>targetlist
echo Collection.c >>targetlist
echo Date.c >>targetlist
echo Dictionary.c >>targetlist
echo Exception.c >>targetlist
echo Float.c >>targetlist
echo Fraction.c >>targetlist
echo Heap.c >>targetlist
echo IdentDict.c >>targetlist
echo Integer.c >>targetlist
echo Iterator.c >>targetlist
echo Link.c >>targetlist
echo LinkOb.c >>targetlist
echo LinkedList.c >>targetlist
echo LookupKey.c >>targetlist
echo Nil.c >>targetlist
echo Object.c >>targetlist
echo OrderedCltn.c >>targetlist
echo Point.c >>targetlist
echo Process.c >>targetlist
echo Random.c >>targetlist
echo Range.c >>targetlist
echo Rectangle.c >>targetlist
echo Regex.c >>targetlist
echo Scheduler.c >>targetlist
echo Semaphore.c >>targetlist
echo SeqCltn.c >>targetlist
echo Set.c >>targetlist
echo SharedQueue.c >>targetlist
echo SortedCltn.c >>targetlist
echo Stack.c >>targetlist
echo String.c >>targetlist
echo Time.c >>targetlist
echo oopsIO.c >>targetlist
echo oopsinit.c >>targetlist
CC  -c `cat targetlist`
CC  ArrayOb.c:
CC  Arraychar.c:
CC  Assoc.c:
CC  AssocInt.c:
CC  Bag.c:
CC  BitBoard.c:
CC  Bitset.c:
CC  Class.c:
"./String.h", line 245: warning: bitwise copy: SubString  has a member with operator=()
CC  Collection.c:
CC  Date.c:
"./String.h", line 245: warning: bitwise copy: SubString  has a member with operator=()
CC  Dictionary.c:
CC  Exception.c:
CC  Float.c:
CC  Fraction.c:
CC  Heap.c:
CC  IdentDict.c:
CC  Integer.c:
CC  Iterator.c:
CC  Link.c:
CC  LinkOb.c:
CC  LinkedList.c:
CC  LookupKey.c:
CC  Nil.c:
CC  Object.c:
"./String.h", line 245: warning: bitwise copy: SubString  has a member with operator=()
CC  OrderedCltn.c:
CC  Point.c:
CC  Process.c:
"./String.h", line 245: warning: bitwise copy: SubString  has a member with operator=()
CC  Random.c:
CC  Range.c:
CC  Rectangle.c:
CC  Regex.c:
"./String.h", line 245: warning: bitwise copy: SubString  has a member with operator=()
"Regex.c", line 159: warning: undeclared function bcopy() called
CC  Scheduler.c:
"./String.h", line 245: warning: bitwise copy: SubString  has a member with operator=()
"Scheduler.c", line 128: warning: undeclared function select() called
"Scheduler.c", line 128: warning: undeclared function getdtablesize() called
CC  Semaphore.c:
"./String.h", line 245: warning: bitwise copy: SubString  has a member with operator=()
CC  SeqCltn.c:
CC  Set.c:
CC  SharedQueue.c:
CC  SortedCltn.c:
CC  Stack.c:
CC  String.c:
"./String.h", line 245: warning: bitwise copy: SubString  has a member with operator=()
"String.c", line 358: warning: bitwise copy: SubString  has a member with operator=()
CC  Time.c:
"Time.c", line 60: warning: undeclared function gettimeofday() called
CC  oopsIO.c:
CC  oopsinit.c:
cc  -c  ArrayOb..c Arraychar..c Assoc..c AssocInt..c Bag..c BitBoard..c Bitset..c Class..c Collection..c Date..c Dictionary..c Exception..c Float..c Fraction..c Heap..c IdentDict..c Integer..c Iterator..c Link..c LinkOb..c LinkedList..c LookupKey..c Nil..c Object..c OrderedCltn..c Point..c Process..c Random..c Range..c Rectangle..c Regex..c Scheduler..c Semaphore..c SeqCltn..c Set..c SharedQueue..c SortedCltn..c Stack..c String..c Time..c oopsIO..c oopsinit..c -lC
ArrayOb..c:
Arraychar..c:
Assoc..c:
AssocInt..c:
Bag..c:
BitBoard..c:
Bitset..c:
Class..c:
Collection..c:
Date..c:
Dictionary..c:
Exception..c:
Float..c:
Fraction..c:
Heap..c:
IdentDict..c:
Integer..c:
Iterator..c:
Link..c:
LinkOb..c:
LinkedList..c:
LookupKey..c:
Nil..c:
Object..c:
OrderedCltn..c:
Point..c:
Process..c:
Random..c:
Range..c:
Rectangle..c:
Regex..c:
Scheduler..c:
Semaphore..c:
SeqCltn..c:
Set..c:
SharedQueue..c:
SortedCltn..c:
Stack..c:
String..c:
Time..c:
oopsIO..c:
oopsinit..c:
ar rv liboops.a *.o
r - ArrayOb.o
r - Arraychar.o
r - Assoc.o
r - AssocInt.o
r - Bag.o
r - BitBoard.o
r - Bitset.o
r - Collection.o
r - Date.o
r - Dictionary.o
r - Exception.o
r - Float.o
r - Fraction.o
r - Heap.o
r - IdentDict.o
r - Integer.o
r - Iterator.o
r - Link.o
r - LinkOb.o
r - LinkedList.o
r - LookupKey.o
r - Nil.o
r - Object.o
r - OrderedCltn.o
r - Point.o
r - Process.o
r - Random.o
r - Range.o
r - Rectangle.o
r - Regex.o
r - Scheduler.o
r - Semaphore.o
r - SeqCltn.o
r - Set.o
r - SharedQueue.o
r - SortedCltn.o
r - Stack.o
r - String.o
r - Time.o
r - oopsIO.o
r - oopsinit.o
r - Class.o
rm *.o
ranlib liboops.a
