home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-10-20 | 1.8 KB | 59 lines |
- /*
- * Copyright (C) 1993 Tetsuji Rai (tetsuji@rai.juice.or.jp)
- *
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that
- * copyright notice and this permission notice appear in supporting
- * documentation, and that the name of Tetsuji Rai not be used in
- * advertising or publicity pertaining to distribution of the software
- * without specific, written prior permission. Tetsuji Rai makes
- * no representations about the suitability of this software for any purpose.
- * It is provided "as is" without express or implied warranty.
- *
- * TETSUJI RAI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
- * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO
- * EVENT SHALL TETSUJI RAI BE LIABLE FOR ANY SPECIAL, INDIRECT OR
- * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
- * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
- * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
- * OF THIS SOFTWARE.
- *
- * Author: Tetsuji Rai
- * tetsuji@rai.juice.or.jp
- * 74610.1537@Compuserve.Com
- * +81-3-3557-3936
- */
-
- .SUFFIXES: .c .C .cc .o .y .l
-
- .C.o:
- $(CC) $(CFLAGS) -c $<
-
- CC = g++ -g /* gcc 2.3.3 prefered */
- # CC = cc -g
-
- LOCAL_LIBRARIES += $(XLIB) $(XMULIB) -lm
- EXTRA_LIBRARIES = $(LOCAL_LIBRARIES)
-
- DEFINES = $(XAWINCL) $(MOTIF) $(BCOPY) $(MEMCPY) $(VASIMPLE)
-
-
-
- DEPENDFLAGS += -I/usr/local/lib/g++-include
-
- MAN = xwinpr.man
- SRCS = xwinpr.C
- OBJS = xwinpr.o
- HEADERS = patchlevel.h
- ETC = Imakefile README Makefile
-
- CC = g++ -g
-
- ComplexProgramTarget (xwinpr)
-
- DependTarget ()
-
- shar:
- shar $(ETC) $(SRCS) $(HEADERS) $(MAN) > xwinpr.shar
-