summaryrefslogtreecommitdiff
blob: 22cb7817984377196ed7ccc83e5c1125f5166282 (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
diff -urN setools-1.1.orig/libapol/Makefile setools-1.1/libapol/Makefile
--- setools-1.1.orig/libapol/Makefile	2003-11-05 08:55:44.000000000 -0600
+++ setools-1.1/libapol/Makefile	2003-12-22 19:58:01.000000000 -0600
@@ -3,21 +3,14 @@
 LIB-OBJ	= policy.o policy-query.o policy-io.o queue.o util.o clone.o 
 LIB-OBJ += y.tab.o lex.yy.o avl-util.o policy-avl.o render.o analysis.o 
 LIB-OBJ += perm-map.o cond.o 
-LIB-OBJ-TCL = apol_tcl.o
 
 
 libapol: ../lib/libapol.a
 
-libapol-tcl: ../lib/libapol-tcl.a
-
-
 ../lib/libapol.a: ../lib $(LIB-OBJ) 
 	 ar cr $@ $(LIB-OBJ) 
 
 
-../lib/libapol-tcl.a: ../lib $(LIB-OBJ-TCL) 
-	 ar cr $@ $(LIB-OBJ-TCL) 
-
 %.o:  %.c 
 	$(CC) $(CFLAGS) -c $<
 
diff -urN setools-1.1.orig/libseuser/Makefile setools-1.1/libseuser/Makefile
--- setools-1.1.orig/libseuser/Makefile	2003-10-10 13:23:23.000000000 -0500
+++ setools-1.1/libseuser/Makefile	2003-12-22 19:58:24.000000000 -0600
@@ -1,20 +1,14 @@
 # libseuser and libseuser-tcl
 
-LIB-OBJ		= seuser_tcl.o seuser_db.o 
-LIB-OBJ-TCL = $(LIB-OBJ) seuser_tcl.o
+LIB-OBJ		= seuser_db.o 
 
 
 
 libseuser: ../lib/libseuser.a
 
-libseuser-tcl: ../lib/libseuser-tcl.a
-
 ../lib/libseuser.a: ../lib $(LIB-OBJ) 
 	 ar cr $@ $(LIB-OBJ) 
 	 
-../lib/libseuser-tcl.a: ../lib $(LIB-OBJ-TCL) 
-	 ar cr $@ $(LIB-OBJ-TCL)
-
 %.o:  %.c 
 	$(CC) $(CFLAGS) -c $<