home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / libc / libc-4.6 / libc-4 / libc-linux / regex / Makefile < prev    next >
Encoding:
Makefile  |  1994-11-08  |  268 b   |  21 lines

  1. #
  2. # This is Makefile of GNU regex.
  3. #
  4.  
  5. TOPDIR=..
  6.  
  7. include $(TOPDIR)/Makeconfig
  8. include $(TOPDIR)/Makerules
  9.  
  10. #override PIC_OPT_CFLAGS= -fPIC -O1
  11.  
  12. DIRS:=
  13.  
  14. SRCS = regex.c # rx.c
  15. SRCS = rx.c
  16. ASMS= $(SRCS:.c=.s)
  17. OBJS= $(SRCS:.c=.o)
  18. ALIAESE=
  19.  
  20. include $(TOPDIR)/Maketargets  
  21.