Files
cdesktop/cde/programs/dtfile/dtcopy/Imakefile
2012-05-31 13:40:38 +01:00

26 lines
745 B
Plaintext

XCOMM $XConsortium: Imakefile /main/7 1996/09/14 15:17:43 drk $
DEFINES = -DXK_MISCELLANY -DSHAPE
DEPLIBS = DepDtClientLibs
LOCAL_LIBRARIES = DtClientLibs
SYS_LIBRARIES = DtClientSysLibs DtClientExtraLibs
#if defined (SunArchitecture)
EXTRA_CCOPTIONS = -xF
#endif
XCOMM On Linux once you link against a C++ library the whole program
XCOMM has to be linked with the C++ linker
#if defined(LinuxArchitecture)
CCLINK = $(CXX)
#endif
SRCS = main_dtcopy.c copydialog.c overwrtdialog.c dosync.c \
fsrtns.c utils.c errordialog.c sharedFuncs.c
OBJS = main_dtcopy.o copydialog.o overwrtdialog.o dosync.o \
fsrtns.o utils.o errordialog.o sharedFuncs.o
ComplexProgramTarget(dtfile_copy)