Two patch fo extra functionality in python and fortran.
[gromacs/libxdrfile.git] / src / Makefile.am
blob21b3bb829803655c7ef41e52965ce479cc3d30ee
1 ## Process this file with automake to produce Makefile.in
2 # Note: Makefile is automatically generated from Makefile.in by the configure
3 # script, and Makefile.in is generated from Makefile.am by automake.
5 AM_CPPFLAGS = -I$(top_srcdir)/include
7 SUBDIRS = python
9 # These programs are not compiled or installed by default - you will have to 
10 # issue "make <program>" and copy the binary to the correct location yourself! 
11 # Add new entries in Makefile.am!
13 bin_PROGRAMS = trr2xtc
15 lib_LTLIBRARIES = libxdrfile@LIBSUFFIX@.la
17 LDADD = $(lib_LTLIBRARIES)
19 libxdrfile@LIBSUFFIX@_la_LIBADD         = 
20 libxdrfile@LIBSUFFIX@_la_DEPENDENCIES   = 
21 libxdrfile@LIBSUFFIX@_la_LDFLAGS        = -version-info @SHARED_VERSION_INFO@
23 # Note: you don't have to list sources for "prog" if it is the single file prog.c
25 libxdrfile@LIBSUFFIX@_la_SOURCES = \
26                         xdrfile.c       \
27                         xdrfile_trr.c   \
28                         xdrfile_xtc.c   
30 EXTRA_PROGRAMS = xdrfile_c_test
32 test:   xdrfile_c_test
33         ./xdrfile_c_test
35 CLEANFILES   =  *~ \\\#*