source: git/ppcc/autosetup/default.auto @ 2b7db4b

fieker-DuValspielwiese
Last change on this file since 2b7db4b was 54b24c, checked in by Reimer Behrends <behrends@…>, 5 years ago
Finalizing thread support.
  • Property mode set to 100644
File size: 530 bytes
Line 
1# Copyright (c) 2012 WorkWare Systems http://www.workware.net.au/
2# All rights reserved
3
4# Auto-load module for 'make' build system integration
5
6use init
7
8autosetup_add_init_type make {Simple "make" build system} {
9        autosetup_check_create auto.def \
10{# Initial auto.def created by 'autosetup --init=make'
11
12use cc
13
14# Add any user options here
15options {
16}
17
18make-config-header config.h
19make-template Makefile.in
20}
21
22        if {![file exists Makefile.in]} {
23                puts "Note: I don't see Makefile.in. You will probably need to create one."
24        }
25}
Note: See TracBrowser for help on using the repository browser.