mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-plugins/asmon: unused file
Package-Manager: portage-2.2.26
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
--- asmon/Makefile.orig 1999-06-26 03:35:13.000000000 +0200
|
||||
+++ asmon/Makefile 2006-08-24 20:21:52.000000000 +0200
|
||||
@@ -4,7 +4,7 @@
|
||||
#SOLARIS_LIBS = -lsocket -lkstat
|
||||
#SOLARIS_OBJS = solaris26.o
|
||||
|
||||
-LIBDIR = -L/usr/X11R6/lib
|
||||
+LIBDIR = -L/usr/lib
|
||||
LIBS = -lXpm -lXext -lX11 $(SOLARIS_LIBS)
|
||||
OBJS = asmon.o $(SOLARIS_OBJS) \
|
||||
../wmgeneral/wmgeneral.o \
|
||||
@@ -12,16 +12,16 @@
|
||||
../wmgeneral/list.o
|
||||
|
||||
.c.o:
|
||||
- gcc -c -Wall $(SOLARIS) $< -o $*.o
|
||||
+ gcc -c -Wall $(CFLAGS) $(SOLARIS) $< -o $*.o
|
||||
|
||||
asmon: $(OBJS)
|
||||
gcc -o asmon $(OBJS) $(LIBDIR) $(LIBS)
|
||||
|
||||
clean::
|
||||
for i in $(OBJS) ; do \
|
||||
- rm $$i;\
|
||||
+ rm -f $$i;\
|
||||
done
|
||||
- rm asmon
|
||||
+ rm -f asmon
|
||||
|
||||
install::
|
||||
cp -f asmon /usr/local/bin
|
||||
Reference in New Issue
Block a user