Applied the "OpenMotif sticky radio button" workaround to all radio buttons.
[nedit.git] / Xlt / Makefile.common
blobc7d88ecfe0b3ec2f04be13b71c84ae338f3bc2b1
1 # $Id: Makefile.common,v 1.1 2003/12/25 06:55:07 tksoh Exp $
3 # Platform independent part of make procedure for Nirvana utilities directory, 
4 # included by machine specific makefiles.
7 .c.o:
8         $(CC) -c -I../Xlt $(CFLAGS) -o $@ $<
9     
10 OBJS = BubbleButton.o SlideC.o 
12 all: libXlt.a
14 libXlt.a: $(OBJS)
15         $(AR) $(ARFLAGS) libXlt.a $(OBJS)
17 clean:
18         rm -f $(OBJS) libXlt.a
20 # Get the dependencies for all objects
21 include Makefile.dependencies