mirror of
https://github.com/weiju/amiga-stuff
synced 2025-12-08 14:58:33 +00:00
moved dontshout from separate repository to here
This commit is contained in:
19
dontshout/Makefile.am
Normal file
19
dontshout/Makefile.am
Normal file
@ -0,0 +1,19 @@
|
||||
if VBCC
|
||||
AM_CFLAGS = -I$(NDK_INC)
|
||||
AM_LDFLAGS = -lamiga -lauto
|
||||
endif
|
||||
if MORPHOS
|
||||
AM_CFLAGS =
|
||||
AM_LDFLAGS = -noixemul
|
||||
endif
|
||||
if AMIGAOS4
|
||||
AM_CFLAGS =
|
||||
AM_LDFLAGS = -lauto
|
||||
endif
|
||||
|
||||
|
||||
bin_PROGRAMS = dontshout
|
||||
|
||||
dontshout_SOURCES = dontshout.c args.c
|
||||
|
||||
include_HEADERS = args.h
|
||||
Reference in New Issue
Block a user