SHELL = /bin/sh prefix = /usr CC = gcc C++ = g++ GLUT_LIBS = $(prefix)/lib/libglut.so.3 X_LIBADD = -lXmu -lXext -lXi -lX11 INCLUDES = -Iinclude -I$(prefix)/include LDADD = $(GLUT_LIBS) $(prefix)/lib/libGLU.so.1 $(prefix)/lib/libGL.so.1 -lm CFLAGS = -g -O2 -Wall -fomit-frame-pointer -ffast-math -fexpensive-optimizations -D_REENTRANT COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@ .SUFFIXES: .SUFFIXES: .cpp .c .o .c.o: $(COMPILE) -c $< .cpp.o: $(C++) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) -c $< all: main CLI_OBJECTS=main.o cli.o tiff.o dummy.o ThreeD.o lines.o main: $(CLI_OBJECTS) $(LINK) $(CLI_OBJECTS) $(LDADD) $(LIBS) clean: -rm -f *.o $(PROGRAMS)
Welcome to the bulix.org / pastebin. Please don't use this pastebin for illegal purposes, defamation or kitten-squashing.
This pastebin is written using PHP and MySQL and relies on Alex Gorbatchev's syntax hhighlighter (JavaScript based). To avoid spam, you will be required to complete a small mathematical challenge when adding a new paste.
New! Try the pastebin command-line tool: paste.py (requires Python and python-beautifulsoup).
Powered by the Bulix.org Code Pastebin, by Maxime Petazzoni. View pastebin statistics.