noinst_LIBRARIES = libcommon.a libcommon_a_SOURCES = \ AboutDlg.cpp \ AnnotateDlg.cpp \ AppConsole.cpp \ AppGlue.cpp \ AskYesNo.cpp \ Authen.cpp \ CommitDlg.cpp \ CPStr.cpp \ CheckoutDlg.cpp \ CvsAlert.cpp \ CvsArgs.cpp \ CvsCommands.cpp \ CvsEntries.cpp \ CvsIgnore.cpp \ CvsPrefs.cpp \ DiffDlg.cpp \ FileTraversal.cpp \ GetPassword.cpp \ GetPrefs.cpp \ ImportDlg.cpp \ ImportFilter.cpp \ ImportFilterDlg.cpp \ InitDlg.cpp \ LineCmd.cpp \ LogDlg.cpp \ LogParse.cpp \ MacrosSetup.cpp \ MoveToTrash.cpp \ MultiFiles.cpp \ MultiString.cpp \ Persistent.cpp \ PromptFiles.cpp \ ReleaseDlg.cpp \ RtagDlg.cpp \ TagDlg.cpp \ TextBinary.cpp \ TclGlue.cpp \ UpdateDlg.cpp \ UCvsApp.cpp \ UCvsConsole.cpp \ UCvsFolders.cpp \ UCvsFiles.cpp \ UCvsFrame.cpp \ UCvsGraph.cpp \ UCvsMenubar.cpp \ UCvsToolbar.cpp \ getline.c \ getopt.c \ getopt1.c \ cvsgui_wire.cpp \ cvsgui_process.cpp noinst_HEADERS = \ AboutDlg.h \ AnnotateDlg.h \ AppConsole.h \ AppGlue.h \ AskYesNo.h \ Authen.h \ CPStr.h \ CheckoutDlg.h \ CommitDlg.h \ CvsAlert.h \ CvsArgs.h \ CvsCommands.h \ CvsEntries.h \ CvsIgnore.h \ CvsPrefs.h \ DiffDlg.h \ EditorMonDlg.h \ FileTraversal.h \ GetPassword.h \ GetPrefs.h \ GetValue.h \ ImportDlg.h \ ImportFilter.h \ ImportFilterDlg.h \ InitDlg.h \ LineCmd.h \ LogDlg.h \ LogParse.h \ MacrosSetup.h \ MoveToTrash.h \ MakeSurePathExists.h \ MultiFiles.h \ MultiString.h \ Persistent.h \ PromptFiles.h \ ReleaseDlg.h \ RtagDlg.h \ SmartComboBox.h \ SortList.h \ StatusDlg.h \ TagDlg.h \ TclGlue.h \ TextBinary.h \ UpdateDlg.h \ UCvsApp.h \ UCvsCommands.h \ UCvsConsole.h \ UCvsDialogs.h \ UCvsFolders.h \ UCvsFiles.h \ UCvsFrame.h \ UCvsGraph.h \ UCvsMenubar.h \ UCvsToolbar.h \ VolsPaths.h \ dll_garbage.h \ dll_glue.h \ dll_loader.h \ dll_process.h \ fnmatch.h \ getline.h \ getopt.h \ cvsgui_wire.h \ cvsgui_process.h \ cvsgui_protocol.h INCLUDES = -I$(top_srcdir)/gcvs -I$(top_srcdir)/gcvs/src -I/. -I$(top_srcdir)/cvstree -I$(top_srcdir)/rf EXTRA_DIST = .cvsignore cvsgui.c cvsgui.h UCvsApp.o: UCvsApp.cpp $(top_srcdir)/GCVS-VERSION $(CXXCOMPILE) -DPACKAGE="\"$(PACKAGE)\"" -DVERSION="\"$(VERSION)\"" -DPKGDATA="\"$(pkgdatadir)\"" -DEXECLIB="\"$(bindir)\"" -c $< TclGlue.o: TclGlue.cpp $(CXXCOMPILE) @TCL_CFLAGS@ -DUSE_TCL="$(HAVE_TCL)" -c $< CvsPrefs.o: CvsPrefs.cpp $(CXXCOMPILE) -DEXECLIB="\"$(bindir)\"" -c $<