~rdoering/ubuntu/intrepid/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/typer/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2007-05-01 16:57:10 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070501165710-2sapk0hp2gf3o0ip
Tags: 1:11.b.4-2ubuntu1
* Merge with Debian Unstable. Remaining changes:
  - Add -fno-stack-protector to fix broken crypto_drv.
* DebianMaintainerField update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#=============================================================================
 
2
#
 
3
#    File:  lib/typer/Makefile
 
4
# Authors:  Bingwen He, Tobias Lindahl, and Kostis Sagonas
 
5
#
 
6
#=============================================================================
 
7
include $(ERL_TOP)/make/target.mk
 
8
include $(ERL_TOP)/make/$(TARGET)/otp.mk
 
9
 
 
10
#
 
11
# Macros
 
12
#
 
13
 
 
14
SUB_DIRECTORIES = src
 
15
 
 
16
include vsn.mk
 
17
VSN = $(TYPER_VSN)
 
18
 
 
19
SPECIAL_TARGETS =
 
20
 
 
21
#
 
22
# Default Subdir Targets
 
23
#
 
24
include $(ERL_TOP)/make/otp_subdir.mk
 
25