mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
This patch removes hpversion.h from the repository, this also untangles a lot of ifdef mess. This closes bug CDExc19524.
18 lines
288 B
Text
18 lines
288 B
Text
XCOMM $TOG: Imakefile /main/4 1997/07/09 10:03:24 samborn $
|
|
#define PassCDebugFlags /**/
|
|
#define IHaveSubdirs
|
|
|
|
HEADERS = EUSCompat.h
|
|
SUBDIRS = Xm
|
|
|
|
MakeSubdirs($(SUBDIRS))
|
|
|
|
all::
|
|
|
|
BuildIncludes($(HEADERS),.,.)
|
|
|
|
InstallMultipleFlags($(HEADERS),$(INCDIR),$(INSTINCFLAGS))
|
|
|
|
depend::
|
|
|
|
clean::
|