Changeset 120

Show
Ignore:
Timestamp:
05/16/05 15:58:42
Author:
rachel
Message:

first cut at reorganising the directory structure

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openpgpsdk/trunk/src/Makefile.template

    r116 r120  
    33CC=%CC% 
    44 
    5 CFLAGS=-Wall -Werror -g $(DM_FLAGS) %INCLUDES% 
     5CFLAGS=-Wall -Werror -g $(DM_FLAGS) -I../include %INCLUDES% 
    66LDFLAGS=-g 
    77LIBS=libops.a -lcrypto -lz $(DM_LIB) 
    88 
    9 all: Makefile .depend packet-dump verify create-key 
     9all: Makefile .depend verify create-key 
    1010 
    1111LIBOBJS = packet-parse.o util.o openssl_crypto.o accumulate.o build.o \ 
     
    1515libops.a: $(LIBOBJS) 
    1616        ar rc libops.a $(LIBOBJS) 
    17  
    18 packet-dump: packet-dump.o libops.a 
    19         $(CC) $(LDFLAGS) -o packet-dump packet-dump.o $(LIBS) 
    2017 
    2118verify: verify.o libops.a 
     
    3936        $(CC) $(CFLAGS) -E -MM *.c > .depend 
    4037 
    41 Makefile: Makefile.template configure 
     38Makefile: Makefile.template $(CONFIGURE) 
    4239        echo Makefile is older than templates, rerun configure. 
    4340        exit 1