Blame clients/Imakefile

Packit b099d7
XCOMM 
Packit b099d7
XCOMM Motif
Packit b099d7
XCOMM
Packit b099d7
XCOMM Copyright (c) 1987-2012, The Open Group. All rights reserved.
Packit b099d7
XCOMM
Packit b099d7
XCOMM These libraries and programs are free software; you can
Packit b099d7
XCOMM redistribute them and/or modify them under the terms of the GNU
Packit b099d7
XCOMM Lesser General Public License as published by the Free Software
Packit b099d7
XCOMM Foundation; either version 2 of the License, or (at your option)
Packit b099d7
XCOMM any later version.
Packit b099d7
XCOMM
Packit b099d7
XCOMM These libraries and programs are distributed in the hope that
Packit b099d7
XCOMM they will be useful, but WITHOUT ANY WARRANTY; without even the
Packit b099d7
XCOMM implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
Packit b099d7
XCOMM PURPOSE. See the GNU Lesser General Public License for more
Packit b099d7
XCOMM details.
Packit b099d7
XCOMM
Packit b099d7
XCOMM You should have received a copy of the GNU Lesser General Public
Packit b099d7
XCOMM License along with these librararies and programs; if not, write
Packit b099d7
XCOMM to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
Packit b099d7
XCOMM Floor, Boston, MA 02110-1301 USA
Packit b099d7
XCOMM 
Packit b099d7
XCOMM 
Packit b099d7
XCOMM HISTORY
Packit b099d7
XCOMM 
Packit b099d7
XCOMM   $XConsortium: Imakefile /main/7 1995/07/14 09:40:16 drk $
Packit b099d7
#define IHaveSubdirs
Packit b099d7
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
Packit b099d7
Packit b099d7
SUBDIRS = mwm uil xmbind
Packit b099d7
Packit b099d7
MakeSubdirs($(SUBDIRS))
Packit b099d7
DependSubdirs($(SUBDIRS))
Packit b099d7
LintSubdirs($(SUBDIRS))