home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-08-26 | 769 b | 29 lines |
- # Last edited: Mon Aug 12 13:53:23 1991 by olafh (Olaf Heimburger) on gecko
- # Please read the accompanying README file before running Make
- SRCS= Xchrom.c xchrom.c
- OBJS= Xchrom.o xchrom.o
- HFILES= Xchrom.h XchromP.h patchlevel.h xchrom.xbm xchrom_mask.xbm
- OTHERFILES= README Imakefile Makefile.std xchrom.man
-
- #
- # -DICCCM_COMP -- if the window manager is ICCCM compliant (tested under
- # OpenWindows 2.0)
- #
- CFLAGS= -O -DICCCM_COMP
- LDFLAGS=
- LIBS= -lXmu -lXt -lX11 -lm
-
- all: xchrom
-
- xchrom: $(OBJS)
- cc $(LDFLAGS) $(OBJS) $(LIBS) -o xchrom
-
- clean:
- rm -f $(OBJS) *~ core xchrom *.shar *.shar.uu *.tar.Z TAGS
-
- TAGS: $(HFILES) $(SRCS)
- etags $(HFILES) $(SRCS)
-
- Xchrom.o: Xchrom.c Xchrom.h XchromP.h
- xchrom.o: xchrom.c xchrom.xbm xchrom_mask.xbm patchlevel.h
-