Mercurial > minori
comparison dep/animone/Makefile.am @ 303:ab7ff259b4ca
dep/animone: remove old OS X files from makefile
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Mon, 13 May 2024 15:19:55 -0400 |
parents | 1a6a5d3a94cd |
children | f63dfa309380 |
comparison
equal
deleted
inserted
replaced
302:675865737a23 | 303:ab7ff259b4ca |
---|---|
12 noinst_HEADERS = \ | 12 noinst_HEADERS = \ |
13 include/animone/fd/bsd.h \ | 13 include/animone/fd/bsd.h \ |
14 include/animone/fd/proc.h \ | 14 include/animone/fd/proc.h \ |
15 include/animone/fd/win32.h \ | 15 include/animone/fd/win32.h \ |
16 include/animone/fd/xnu.h \ | 16 include/animone/fd/xnu.h \ |
17 include/animone/util/osx.h \ | |
18 include/animone/util/win32.h \ | 17 include/animone/util/win32.h \ |
19 include/animone/win/quartz.h \ | 18 include/animone/win/quartz.h \ |
20 include/animone/win/win32.h \ | 19 include/animone/win/win32.h \ |
21 include/animone/win/x11.h \ | 20 include/animone/win/x11.h \ |
22 include/animone/fd.h \ | 21 include/animone/fd.h \ |
28 files_win = src/fd/win32.cc src/win/win32.cc src/util/win32.cc | 27 files_win = src/fd/win32.cc src/win/win32.cc src/util/win32.cc |
29 libs_win = -lole32 -luuid | 28 libs_win = -lole32 -luuid |
30 endif | 29 endif |
31 | 30 |
32 if BUILD_OSX | 31 if BUILD_OSX |
33 files_osx = src/fd/xnu.cc src/win/quartz.cc src/util/osx.cc | 32 files_osx = src/fd/xnu.cc src/win/quartz.cc |
34 libs_osx = -lobjc | 33 libs_osx = -lobjc |
35 ldflags_osx = -framework Foundation -framework CoreGraphics -framework ApplicationServices | 34 ldflags_osx = -framework Foundation -framework CoreGraphics -framework ApplicationServices |
36 endif | 35 endif |
37 | 36 |
38 if BUILD_LINUX | 37 if BUILD_LINUX |