antiright-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Antiright-devel] antiright Makefile.in


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright Makefile.in
Date: Fri, 23 Sep 2005 17:37:07 -0400

CVSROOT:        /cvsroot/antiright
Module name:    antiright
Branch:         
Changes by:     Jeffrey Bedard <address@hidden> 05/09/23 21:37:07

Modified files:
        .              : Makefile.in 

Log message:
        Removed unused targets.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/antiright/antiright/Makefile.in.diff?tr1=1.46&tr2=1.47&r1=text&r2=text

Patches:
Index: antiright/Makefile.in
diff -u antiright/Makefile.in:1.46 antiright/Makefile.in:1.47
--- antiright/Makefile.in:1.46  Sat Jul 23 17:10:09 2005
+++ antiright/Makefile.in       Fri Sep 23 21:37:07 2005
@@ -25,7 +25,7 @@
 
 # The above line is where variables will be defined. 
 CFLAGS += $(INCLUDE) $(DEFS) -Wall -W -g
-programs=arshell arcd vdesk afract wmar wmarmon pongr
+programs=arshell 
 
 all: $(programs)
 
@@ -38,10 +38,6 @@
 yaclib-objects=yaclib/parse.o yaclib/list.o yaclib/hash.o yaclib/vector.o\
        yaclib/algo.o
 
-arcd-objects=src/arcd/arcd.o $(lib-objects) $(yaclib-objects)
-arcd: $(arcd-objects)
-       $(CC) -o arcd $(arcd-objects) $(CFLAGS) $(LIBDIR) $(LIBS)
-
 arshell-objects=src/arshell/arshell.o src/arshell/arguments.o\
        src/arshell/textedit.o src/arshell/arshell-util.o\
        src/arshell/color.o src/arshell/dialog.o src/arshell/menubar.o\
@@ -51,32 +47,6 @@
        $(lib-objects) $(yaclib-objects)
 arshell:$(arshell-objects)
        $(CC) $(arshell-objects) $(CFLAGS) $(LIBDIR) $(LIBS) -o arshell
-
-vdesk-objects=src/vdesk/vdesk.o
-vdesk: $(vdesk-objects)
-       $(CC) -o vdesk $(vdesk-objects) $(CFLAGS)\
-       $(LIBDIR) -lX11
-
-afract-objects=src/afract/afract.o $(lib-objects)
-afract: $(afract-objects)
-       $(CC) -o afract $(afract-objects) $(CFLAGS)\
-       $(LIBDIR) $(LIBS)
-
-wmar-objects=src/wmar/wmar.o
-wmar: $(wmar-objects)
-       $(CC) -o wmar $(wmar-objects) $(CFLAGS)\
-       $(LIBDIR) -lX11 -lXext
-
-wmarmon-objects=src/wmarmon/wmarmon.o
-wmarmon: $(wmarmon-objects)
-       $(CC) -o wmarmon $(wmarmon-objects) $(CFLAGS)\
-       $(LIBDIR) -lX11 -lXext
-
-pongr-objects=src/pongr/pongr.o src/pongr/xutil.o src/pongr/objects.o\
-       src/pongr/game.o
-pongr: $(pongr-objects)
-       $(CC) -o pongr $(pongr-objects) $(CFLAGS)\
-       $(LIBDIR) -lX11 -lXpm
 
 clean:
        rm -f `find . | grep '.o$$'` $(programs)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]