blob: 02a0e7d0a449454b1aa251364ea545155b1bb71d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
$NetBSD: patch-aa,v 1.1.1.1 2001/04/27 12:10:40 agc Exp $
--- Makefile.orig Thu May 22 22:59:46 1997
+++ Makefile Sun Apr 8 19:24:33 2001
@@ -157,8 +157,8 @@
STD_CPP_DEFINES =
STD_INCLUDES = -I$(LOCALINCLUDEROOT)
- STD_DEFINES = -Dsun -DSVR4
- STD_LDLIBS = -lsocket -lnsl -lw
+ STD_DEFINES =
+ STD_LDLIBS =
STD_LDFLAGS = -L$(LOCALUSRLIBDIR)
# Project-specific include file directories, defines, etc.
@@ -170,7 +170,7 @@
LOADERLIBPREFIX =
CDEBUGFLAGS = -O
- CCOPTIONS = -Xc
+ CCOPTIONS =
ALLINCLUDES = $(INCLUDES) $(PROJECT_INCLUDES) $(STD_INCLUDES)
ALLDEFINES = $(STD_DEFINES) $(PROJECT_DEFINES) $(DEFINES)
@@ -481,23 +481,23 @@
# DO NOT DELETE
-alloc.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
+alloc.o: /usr/include/stdio.h
alloc.o: /usr/local/include/etm.h memmgr.internal.h memmgr.h
-allocnp.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
+allocnp.o: /usr/include/stdio.h
allocnp.o: memmgr.internal.h memmgr.h
-stralloc.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
+stralloc.o: /usr/include/stdio.h
stralloc.o: /usr/local/include/etm.h memmgr.internal.h memmgr.h
-strallocnp.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
+strallocnp.o: /usr/include/stdio.h
strallocnp.o: memmgr.internal.h memmgr.h
-realloc.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
+realloc.o: /usr/include/stdio.h
realloc.o: /usr/local/include/etm.h memmgr.internal.h memmgr.h
-reallocnp.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
+reallocnp.o: /usr/include/stdio.h
reallocnp.o: memmgr.internal.h memmgr.h
-valloc.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
+valloc.o: /usr/include/stdio.h
valloc.o: /usr/local/include/etm.h memmgr.internal.h memmgr.h
-vallocnp.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
+vallocnp.o: /usr/include/stdio.h
vallocnp.o: memmgr.internal.h memmgr.h
-free.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
+free.o: /usr/include/stdio.h
free.o: memmgr.internal.h memmgr.h
-malloc0.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
+malloc0.o: /usr/include/stdio.h
malloc0.o: memmgr.internal.h memmgr.h
|