~ubuntu-branches/ubuntu/hardy/codeblocks/hardy-backports

« back to all changes in this revision

Viewing changes to src/templates/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Casadevall
  • Date: 2008-07-17 04:39:23 UTC
  • Revision ID: james.westby@ubuntu.com-20080717043923-gmsy5cwkdjswghkm
Tags: upstream-8.02
ImportĀ upstreamĀ versionĀ 8.02

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if CODEBLOCKS_NT
 
2
TEMPLATES = win32
 
3
else
 
4
TEMPLATES = unix
 
5
endif
 
6
 
 
7
SUBDIRS = common $(TEMPLATES)
 
8
DIST_SUBDIRS = common unix win32