diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 1999-12-15 13:14:22 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 1999-12-15 13:14:22 +0000 |
commit | 95b305cc971fad3a17c959268ab1912660a8810f (patch) | |
tree | efa5406bbbe8e809017a1fdf3e6cf97fcd0a2902 /src/glw | |
parent | 381e5555a53a2178a83f579582ac735cdaf9aa78 (diff) |
just include Makefile.X11
Diffstat (limited to 'src/glw')
-rw-r--r-- | src/glw/Makefile | 60 |
1 files changed, 1 insertions, 59 deletions
diff --git a/src/glw/Makefile b/src/glw/Makefile index af55a1bf38..73fcc4d782 100644 --- a/src/glw/Makefile +++ b/src/glw/Makefile @@ -1,59 +1 @@ -# Makefile for OpenGL widgets - -# NOTE: widget code is from SGI. See any of the .c or .h files for the -# complete copyright. Mesa's GNU copyright DOES NOT apply to this widget -# code. - - -##### MACROS ##### - -VPATH = RCS - -INCDIRS = -I../include -I/usr/include/Motif1.2 -I/usr/X11R6/include -LIBDIR = ../lib - -SOURCES = GLwDrawA.c GLwMDrawA.c - - -OBJECTS = $(SOURCES:.c=.o) - - - -##### RULES ##### - -.c.o: - $(CC) -c $(INCDIRS) $(CFLAGS) $< - - - -##### TARGETS ##### - -default: - @echo "Specify a target configuration" - -clean: - -rm *.o *~ - -# The name of the library file comes from Make-config -#XXX GLW_LIB = libGLw.a - -targets: $(LIBDIR)/$(GLW_LIB) - - -# Make the library -$(LIBDIR)/$(GLW_LIB): $(OBJECTS) - $(MAKELIB) $(GLW_LIB) $(MAJOR) $(MINOR) $(OBJECTS) - mv $(GLW_LIB)* $(LIBDIR) - -include ../Make-config - -include depend - - - -# -# Run 'make depend' to update the dependencies if you change what's included -# by any source file. -# -dep: $(SOURCES) - makedepend -fdepend -Y -I../include $(SOURCES) +include Makefile.X11 |