Print this page
make: translate using gettext, rather than the unmaintainable catgets


  11 
  12 # Copyright 2015, Richard Lowe.
  13 
  14 LIBRARY = libbsd.a
  15 VERS = .1
  16 OBJECTS = bsd.o
  17 
  18 include $(SRC)/lib/Makefile.lib
  19 include ../../Makefile.com
  20 
  21 LIBS = $(LIBRARY)
  22 SRCDIR = ../
  23 CPPFLAGS += -D_FILE_OFFSET_BITS=64
  24 
  25 all: $(LIBS)
  26 
  27 install: all
  28 
  29 lint:
  30 


  31 include $(SRC)/lib/Makefile.targ


  11 
  12 # Copyright 2015, Richard Lowe.
  13 
  14 LIBRARY = libbsd.a
  15 VERS = .1
  16 OBJECTS = bsd.o
  17 
  18 include $(SRC)/lib/Makefile.lib
  19 include ../../Makefile.com
  20 
  21 LIBS = $(LIBRARY)
  22 SRCDIR = ../
  23 CPPFLAGS += -D_FILE_OFFSET_BITS=64
  24 
  25 all: $(LIBS)
  26 
  27 install: all
  28 
  29 lint:
  30 
  31 _msg:
  32 
  33 include $(SRC)/lib/Makefile.targ