Makefile 189 B

123456789101112131415
  1. #
  2. # makefile for shm_regex
  3. #
  4. include ../../Makefile.defs
  5. auto_gen=
  6. NAME:=ser_shm_regex
  7. MAJOR_VER=0
  8. MINOR_VER=1
  9. BUGFIX_VER=0
  10. INCLUDES= -I$(CURDIR)/../..
  11. LIBS=
  12. include ../../Makefile.libs