/[hegemonie]/hegemonie/Interface/GNUmakefile
ViewVC logotype

Diff of /hegemonie/Interface/GNUmakefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by dam, Sun May 25 16:21:26 2003 UTC revision 1.3 by dam, Sun May 25 18:35:48 2003 UTC
# Line 1  Line 1 
1    # -*- Makefile -*-
2  #  #
3  # $Id$  # $Id$
4  #  #
# Line 18  Line 19 
19  # You should have received a copy of the GNU General Public License  # You should have received a copy of the GNU General Public License
20  # along with this program; if not, write to the Free Software  # along with this program; if not, write to the Free Software
21  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #  
22    
23  include $(GNUSTEP_MAKEFILES)/common.make  include $(GNUSTEP_MAKEFILES)/common.make
24    
25  ADDITIONAL_INCLUDE_DIRS = -I../Headers  SUBPROJECT_NAME = Interface
26  ADDITIONAL_CPPFLAGS = -Wall  Interface_OBJC_FILES = UiWidget.m UiContainer.m UiImage.m UiLabel.m \
27                           UiButton.m UiInterface.m UiFrame.m
28  LIBRARY_NAME = myLib  # Interface_CFLAGS = `sdl-config --cflags`
29  myLib_OBJC_FILES = UiWidget.m UiContainer.m UiImage.m UiLabel.m UiButton.m \  # Interface_LDFLAGS = `sdl-config --libs`
                    UiInterface.m UiFrame.m  
 # myLib_CFLAGS = `sdl-config --cflags`  
 # myLib_LDFLAGS = `sdl-config --libs`  
30    
31  include $(GNUSTEP_MAKEFILES)/library.make  -include GNUmakefile.preamble
32    include $(GNUSTEP_MAKEFILES)/subproject.make
33    -include GNUmakefile.postamble

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26