~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Tina5/tina-libs/tina/sys/Makefile.am

Version: ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 ## Makefile.am -- Process this file with automake to produce Makefile.in
  2 
  3 include $(top_srcdir)/config/config
  4 
  5 includedir = @includedir@/tina/sys
  6 
  7 lib_LTLIBRARIES = libtinaSys.la
  8 
  9 libtinaSys_la_LDFLAGS = -avoid-version  -release @PACKAGE_VERSION@
 10 
 11 libtinaSys_la_SOURCES = \
 12 sysGen_error.c sysGen_fmt_vtype.c \
 13 sysGen_format.c sysGen_help.c \
 14 sysGen_messages.c sysGen_mprintf.c \
 15 sysGen_null.c sysGen_pipe_read.c \
 16 sysGen_string.c sysGen_swap.c sysGen_var.c \
 17 sysGph_cliques.c sysGph_graph.c \
 18 sysLst_dd.c sysLst_ddstr.c  sysLst_list.c \
 19 sysLst_prop.c sysLst_rec.c sysLst_sort.c \
 20 sysLst_strings.c  sysLst_util.c sysMem_ccopy.c \
 21 sysMem_dcopy.c sysMem_dynamic_n.c \
 22 sysMem_dynamic_n_ts.c  sysMem_dynamic_v.c \
 23 sysMem_fcopy.c  sysMem_icopy.c sysMem_ralloc.c \
 24 sysTyp_generic.c sysTyp_pair.c sysLst_match.c \
 25 $(include_HEADERS)
 26 
 27 include_HEADERS = sysDef.h sysGen_error.h sysGen_fmt_vtype.h    \
 28 sysGen_format.h sysGen_help.h sysGen_messages.h sysGen_mprintf.h        \
 29 sysGen_null.h sysGen_pipe_read.h sysGen_string.h sysGen_swap.h          \
 30 sysGen_var.h sysGph_cliques.h sysGph_graph.h sysLst_dd.h                \
 31 sysLst_ddstr.h sysLst_list.h sysLst_match.h sysLst_prop.h sysLst_rec.h  \
 32 sysLst_sort.h sysLst_strings.h sysLst_util.h sysMem_ccopy.h             \
 33 sysMem_dcopy.h sysMem_dynamic_n.h sysMem_dynamic_n_ts.h                 \
 34 sysMem_dynamic_v.h sysMem_fcopy.h sysMem_icopy.h sysMem_ralloc.h        \
 35 sysPro.h sysTyp_generic.h sysTyp_pair.h sys_GenDef.h sys_GenPro.h       \
 36 sys_GphDef.h sys_GphPro.h sys_LstDef.h sys_LstPro.h sys_MemDef.h        \
 37 sys_MemPro.h sys_TypDef.h sys_TypPro.h syswin_support.h

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.