Add -fpermissive to linux standard c++ option define in linux.cf
[oweals/cde.git] / cde / lib / tt / demo / CoEd / IMakeFile
1 # %%  (c) Copyright 1993, 1994 Hewlett-Packard Company                  
2 # %%  (c) Copyright 1993, 1994 International Business Machines Corp.    
3 # %%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   
4 # %%  (c) Copyright 1993, 1994 Novell, Inc.                             
5 # %%  $XConsortium: IMakeFile /main/3 1995/10/20 17:03:28 rswiston $                                                    
6 #ifdef HideFromImake
7  #
8  # IMakeFile 1.2        17 Nov 1994
9  #
10  # This preamble turns this imakefile into a shell script which will
11  # create/update this directory's makefile when invoked as follows:
12  # % sh IMakeFile [[GNU]MakeFile]
13  #
14 IMAKEDIR=../../imake; export IMAKEDIR
15 exec make -f $IMAKEDIR/Boot.mk ${1+"$@"}
16 #endif HideFromImake
17
18 TT_DIR  = ../..
19 SUB-DIRS = libCoEd CoEd
20
21 include $(TT_DIR)/Make.macros
22
23 default: all
24
25 All:: $(MAKEFILE)s
26 All all clean cleaner clean.mk::
27         for dir in $(SUB-DIRS) ; do \
28                 (cd $$dir; $(MAKE) $(MAKE_FLAGS) $@) \
29         done