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_LTLIBRARIES = libutf8.la
  5. libutf8_la_SOURCES = charset.c charset.h iconvert.c utf8.c
  6. EXTRA_DIST = 
  7. Makefile.lite 
  8. charmaps.h 
  9. makemap.c 
  10. charset_test.c 
  11. charsetmap.h 
  12. utf8_static.dsp
  13. debug:
  14. $(MAKE) all CFLAGS="@DEBUG@"
  15. profile:
  16. $(MAKE) all CFLAGS="@PROFILE@"