Ignore:
Timestamp:
Apr 9, 2007 5:13:10 PM (17 years ago)
Author:
bennylp
Message:

Initial Makefiles for the third_party components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/split-3rd-party/build/rules.mak

    r477 r1180  
     1ifeq ($(LIBDIR),) 
    12LIBDIR = ../lib 
     3endif 
     4ifeq ($(BINDIR),) 
    25BINDIR = ../bin 
     6endif 
    37 
    48# 
     
    7276 
    7377$(LIB): $(LIBDIR) $(OBJDIRS) $(OBJS) $($(APP)_EXTRA_DEP) 
    74         $(AR)$(LIB) $(OBJS) 
     78        $(AR) $(LIB) $(OBJS) 
    7579        $(RANLIB) $(LIB) 
    7680 
Note: See TracChangeset for help on using the changeset viewer.