Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DramaTcl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
rds
drama
DramaTcl
Commits
1ca1c3fd
Commit
1ca1c3fd
authored
15 years ago
by
Tony Farrell
Committed by
afarrell
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add Makefile.am
Add Makefile.am - used by 2dFdr to autoconfigure DramaDits.
parent
0a37af4d
Branches
Branches containing commit
Tags
3.40
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile.am
+88
-0
88 additions, 0 deletions
Makefile.am
dmakefile
+1
-1
1 addition, 1 deletion
dmakefile
with
89 additions
and
1 deletion
Makefile.am
0 → 100644
+
88
−
0
View file @
1ca1c3fd
# M a k e f i le . a m
#+
# File:
# Makefile.am
#
# Function:
# Gnu automake source file for DTCL.
#
# Description:
# This file is an experimental GNU automake source for the DTCL library.
# It is currently set up for use with 2dfdr.
#
# Builds the dtcl library and the dtcl_err include files.
#
# Author: Tony Farrell
#
# Copyright (c) Anglo-Australian Telescope Board, 2009.
# Not to be used for commercial purposes without AATB permission.
#
# @(#) $Id$
#
# History:
# 19-Aug-2009 - TJF - Original version.
#
#-
#
# Get rules for processing .msg files.
#
include
$(top_srcdir)/Makefile.drama_rules
# All of these are generated from dtcl_err.msg and dcpp_err.msg
BUILT_SOURCES
=
Dtcl_Err.h Dtcl_Err.tcl Dtcl_Err_msgt.h
# Have to do this one by hand.
Dtcl_Err_msgt.h
:
Dtcl_Err.msg
$(
MESSGEN
)
-o
-t
-x
$@
$<
#
# ### What is the correct autoconfigure way of doing this? ###
#
DTCL_VERSION
=
$(
shell
cat
$(
srcdir
)
/.mid
)
#
# Reference the include files we need.
#
AM_CPPFLAGS
=
$(
DRAMA_INCLUDES
)
$(
DRAMA_DEFINES
)
'-DDTCL_VERSION="
$(
DTCL_VERSION
)
"'
\
-I
$(
abs_top_srcdir
)
/tcl/Tcl/generic
\
-I
$(
abs_top_srcdir
)
/tcl/Tk/generic
#
# Build the dtcl library - but don't install it (not for 2dFdr anyway, might
# want to install it for DRAMA)
#
noinst_LIBRARIES
=
libdtcl.a
#
# Indicate that we don't want this header installed (not for 2dFdr anyway, will
# wait to install it for DRAMA)
#
#noinst_HEADERS=
#
# Build the dtcl library - but don't install it (not for 2dFdr anyway, might
# want to install it for DRAMA)
#
#
# Sources for the library.
#
libdtcl_a_SOURCES
=
dtclcommand.c dtclload.c dtcldits.c dtclrunning.c
\
dtclcmderror.c dtcltkinit.c dtcltk.c dtclsdsimg.c dtclbackgnd.c
\
dtclreqnot.c dtclersrep.c dtclact.c dtclshareinit.c dtclfileproc.c
\
dtclstdin.c dtclsds.c dtcltkscreeninfo.c
# Clean up the built files
clean-local
:
-
$(
RM
)
$(
BUILT_SOURCES
)
This diff is collapsed.
Click to expand it.
dmakefile
+
1
−
1
View file @
1ca1c3fd
...
...
@@ -57,7 +57,7 @@
#if HasTcl
#BeginConfig
#DramaSystem /* Indicates we are part of drama itself */
ACMM_RELEASE=3_
39
$(ACMMBUILDVER)
ACMM_RELEASE=3_
40
$(ACMMBUILDVER)
RELEASE=r$(ACMM_RELEASE)
SYSTEM=dtcl /* System name (for release */
INCLUDES=DramaIncl $(TCLTK_INCL)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment