Makefile.am
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:0k
源码类别:

Windows CE

开发平台:

C/C++

  1. ## Process this file with automake to produce Makefile.in
  2. AUTOMAKE_OPTIONS = foreign
  3. INCLUDES = -I$(top_srcdir)/include/share
  4. noinst_LIBRARIES = libgetopt.a
  5. libgetopt_a_SOURCES = getopt.c getopt1.c
  6. EXTRA_DIST = 
  7. Makefile.lite 
  8. getopt_static.dsp
  9. debug:
  10. $(MAKE) all CFLAGS="@DEBUG@"
  11. profile:
  12. $(MAKE) all CFLAGS="@PROFILE@"