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

File: [Development] / fam / fam / Makefile.am (download)

Revision 1.1, Thu Apr 24 19:08:26 2003 UTC (14 years, 6 months ago) by trev
Branch point for: MAIN

Initial revision

include $(top_srcdir)/common.am

bin_PROGRAMS = fam
sysconf_DATA = fam.conf

fam_SOURCES = \
  Activity.c++ \
  Activity.h \
  Client.c++ \
  Client.h \
  ClientConnection.c++ \
  ClientConnection.h \
  ClientInterest.c++ \
  ClientInterest.h \
  Cred.c++ \
  Cred.h \
  DirEntry.c++ \
  DirEntry.h \
  Directory.c++ \
  Directory.h \
  DirectoryScanner.c++ \
  DirectoryScanner.h \
  Event.c++ \
  Event.h \
  File.c++ \
  File.h \
  FileSystem.c++ \
  FileSystem.h \
  FileSystemTable.c++ \
  FileSystemTable.h \
  IMon.c++ \
  IMon.h \
  Interest.c++ \
  Interest.h \
  InternalClient.c++ \
  InternalClient.h \
  Listener.c++ \
  Listener.h \
  LocalClient.c++ \
  LocalClient.h \
  LocalFileSystem.c++ \
  LocalFileSystem.h \
  Log.c++ \
  Log.h \
  MxClient.c++ \
  MxClient.h \
  NFSFileSystem.c++ \
  NFSFileSystem.h \
  NetConnection.c++ \
  NetConnection.h \
  Pollster.c++ \
  Pollster.h \
  Request.h \
  RequestMap.h \
  RPC_TCP_Connector.c++ \
  RPC_TCP_Connector.h \
  Scanner.c++ \
  Scanner.h \
  Scheduler.c++ \
  Scheduler.h \
  ServerConnection.c++ \
  ServerConnection.h \
  ServerHost.c++ \
  ServerHost.h \
  ServerHostRef.c++ \
  ServerHostRef.h \
  Set.h \
  SmallTable.h \
  StringTable.h \
  TCP_Client.c++ \
  TCP_Client.h \
  main.c++ \
  timeval.c++ \
  timeval.h \
  @IMON_FUNCS@.c++

EXTRA_fam_SOURCES = IMonIrix.c++ IMonLinux.c++ IMonNone.c++

fam_LDADD = -lrpcsvc $(top_srcdir)/support/libsupport.a

CLEANFILES += @MKDEPFILE@ ii_files/*.ii
sinclude @MKDEPFILE@