You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-chemistry/suitename/files/suitename-0.3.070628-makefi...

30 lines
718 B

--- a/Makefile.linux
+++ b/Makefile.linux
@@ -1,24 +1,14 @@
# suitename
-ifeq ($(MAKECMDGOALS),debug)
-CFLAGS = -g
-else
-CFLAGS =
-endif
-
-LIBS = -lm
+LDLIBS = -lm
# ---------------------------------------------------------------------
-OBJS = suitename.o suitenscrt.o suiteninit.o suiteninpt.o suitenout.o suitenutil.o
+OBJS = suitenscrt.o suiteninit.o suiteninpt.o suitenout.o suitenutil.o
# ---------------------------------------------------------------------
HEADERS = suitename.h suitenscrt.h suitenutil.h suiteninit.h suiteninpt.h suitenout.h
suitename: $(OBJS)
- cc -o suitename $(CFLAGS) $(OBJS) $(LIBS)
-
-debug: $(OBJS)
- cc -o suitename $(CFLAGS) $(OBJS) $(LIBS)
clean:
rm -f *.o