Deleted Added
full compact
Makefile (273399) Makefile (279264)
1#
2# OpenSSL/crypto/Makefile
3#
4
5DIR= crypto
6TOP= ..
7CC= cc
8INCLUDE= -I. -I$(TOP) -I../include $(ZLIB_INCLUDE)

--- 42 unchanged lines hidden (view full) ---

51ALL= $(GENERAL) $(SRC) $(HEADER)
52
53top:
54 @(cd ..; $(MAKE) DIRS=$(DIR) all)
55
56all: shared
57
58buildinf.h: ../Makefile
1#
2# OpenSSL/crypto/Makefile
3#
4
5DIR= crypto
6TOP= ..
7CC= cc
8INCLUDE= -I. -I$(TOP) -I../include $(ZLIB_INCLUDE)

--- 42 unchanged lines hidden (view full) ---

51ALL= $(GENERAL) $(SRC) $(HEADER)
52
53top:
54 @(cd ..; $(MAKE) DIRS=$(DIR) all)
55
56all: shared
57
58buildinf.h: ../Makefile
59 ( echo "#ifndef MK1MF_BUILD"; \
60 echo ' /* auto-generated by crypto/Makefile for crypto/cversion.c */'; \
61 echo ' #define CFLAGS "$(CC) $(CFLAG)"'; \
62 echo ' #define PLATFORM "$(PLATFORM)"'; \
63 echo " #define DATE \"`LC_ALL=C LC_TIME=C date`\""; \
64 echo '#endif' ) >buildinf.h
59 $(PERL) $(TOP)/util/mkbuildinf.pl "$(CC) $(CFLAGS)" "$(PLATFORM)" >buildinf.h
65
66x86cpuid.s: x86cpuid.pl perlasm/x86asm.pl
67 $(PERL) x86cpuid.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
68
69applink.o: $(TOP)/ms/applink.c
70 $(CC) $(CFLAGS) -c -o $@ $(TOP)/ms/applink.c
71
72uplink.o: $(TOP)/ms/uplink.c applink.o

--- 150 unchanged lines hidden ---
60
61x86cpuid.s: x86cpuid.pl perlasm/x86asm.pl
62 $(PERL) x86cpuid.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
63
64applink.o: $(TOP)/ms/applink.c
65 $(CC) $(CFLAGS) -c -o $@ $(TOP)/ms/applink.c
66
67uplink.o: $(TOP)/ms/uplink.c applink.o

--- 150 unchanged lines hidden ---