IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2005, 6:30:50 PM (21 years ago)
Author:
jhoblitt
Message:

change from table_name -> namespace where appropriate
change from table_name -> [foo]_TABLE_NAME where appropriate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/makefile.tt

    r3581 r3865  
    66
    77
    8 objects=[% table_name %]db.o
     8objects=[% namespace %]db.o
    99
    10 all: lib[% table_name %]db.so
     10all: lib[% namespace %]db.so
    1111
    12 lib[% table_name %]db.so: $(objects)
    13         $(CC) $(CFLAGS) -shared -o lib[% table_name %]db.so $(objects) $(LIBS)
     12lib[% namespace %]db.so: $(objects)
     13        $(CC) $(CFLAGS) -shared -o lib[% namespace %]db.so $(objects) $(LIBS)
    1414
    1515$(objects): %.o : %.c
Note: See TracChangeset for help on using the changeset viewer.