[BACK]Return to Makefile.am CVS log [TXT][DIR] Up to [Development] / fam / fam

Annotation of fam/fam/Makefile.am, Revision 1.1.1.1

1.1       trev        1: include $(top_srcdir)/common.am
                      2:
                      3: bin_PROGRAMS = fam
                      4: sysconf_DATA = fam.conf
                      5:
                      6: fam_SOURCES = \
                      7:   Activity.c++ \
                      8:   Activity.h \
                      9:   Client.c++ \
                     10:   Client.h \
                     11:   ClientConnection.c++ \
                     12:   ClientConnection.h \
                     13:   ClientInterest.c++ \
                     14:   ClientInterest.h \
                     15:   Cred.c++ \
                     16:   Cred.h \
                     17:   DirEntry.c++ \
                     18:   DirEntry.h \
                     19:   Directory.c++ \
                     20:   Directory.h \
                     21:   DirectoryScanner.c++ \
                     22:   DirectoryScanner.h \
                     23:   Event.c++ \
                     24:   Event.h \
                     25:   File.c++ \
                     26:   File.h \
                     27:   FileSystem.c++ \
                     28:   FileSystem.h \
                     29:   FileSystemTable.c++ \
                     30:   FileSystemTable.h \
                     31:   IMon.c++ \
                     32:   IMon.h \
                     33:   Interest.c++ \
                     34:   Interest.h \
                     35:   InternalClient.c++ \
                     36:   InternalClient.h \
                     37:   Listener.c++ \
                     38:   Listener.h \
                     39:   LocalClient.c++ \
                     40:   LocalClient.h \
                     41:   LocalFileSystem.c++ \
                     42:   LocalFileSystem.h \
                     43:   Log.c++ \
                     44:   Log.h \
                     45:   MxClient.c++ \
                     46:   MxClient.h \
                     47:   NFSFileSystem.c++ \
                     48:   NFSFileSystem.h \
                     49:   NetConnection.c++ \
                     50:   NetConnection.h \
                     51:   Pollster.c++ \
                     52:   Pollster.h \
                     53:   Request.h \
                     54:   RequestMap.h \
                     55:   RPC_TCP_Connector.c++ \
                     56:   RPC_TCP_Connector.h \
                     57:   Scanner.c++ \
                     58:   Scanner.h \
                     59:   Scheduler.c++ \
                     60:   Scheduler.h \
                     61:   ServerConnection.c++ \
                     62:   ServerConnection.h \
                     63:   ServerHost.c++ \
                     64:   ServerHost.h \
                     65:   ServerHostRef.c++ \
                     66:   ServerHostRef.h \
                     67:   Set.h \
                     68:   SmallTable.h \
                     69:   StringTable.h \
                     70:   TCP_Client.c++ \
                     71:   TCP_Client.h \
                     72:   main.c++ \
                     73:   timeval.c++ \
                     74:   timeval.h \
                     75:   @IMON_FUNCS@.c++
                     76:
                     77: EXTRA_fam_SOURCES = IMonIrix.c++ IMonLinux.c++ IMonNone.c++
                     78:
                     79: fam_LDADD = -lrpcsvc $(top_srcdir)/support/libsupport.a
                     80:
                     81: CLEANFILES += @MKDEPFILE@ ii_files/*.ii
                     82: sinclude @MKDEPFILE@

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>