~ubuntu-branches/ubuntu/vivid/gzip/vivid

« back to all changes in this revision

Viewing changes to atari/Makefile.st

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-10-19 11:42:42 UTC
  • mfrom: (4.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20111019114242-d8wiiu8kbvdtgmgj
Tags: 1.4-1ubuntu1
* Merge with Debian testing.  Remaining Ubuntu changes:
  - debian/{control,rules}: Remove the Win32 build and mingw64
    build-dependency, since mingw is in universe, and will remain so for
    the forseeable future.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
# This Makefile is configured by default for the Atari ST using the
11
11
# Minix filesytem. It can be modified (for efficiency) for an Atari TT
12
12
# according to the instructions given below. It must be modified
13
 
# for building a TOS-filesystem version.
 
13
# for building a TOS-file system version.
14
14
 
15
15
CC=gcc
16
16
BASIC_FLAGS = -O2 -DATARI
18
18
# Use this for a TT-only version
19
19
#TT_FLAGS = -m68020
20
20
 
21
 
# CFLAGS for building a Minix-filesystem version
 
21
# CFLAGS for building a Minix-file system version
22
22
CFLAGS = $(BASIC_FLAGS) $(TT_FLAGS)
23
23
 
24
 
# CFLAGS for building a TOS-filesystem version
 
24
# CFLAGS for building a TOS-file system version
25
25
#CFLAGS = $(BASIC_FLAGS) $(TT_FLAGS) -DTOSFS
26
26
 
27
27
AS=$(CC) -c