このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
cacalabs
/
libcaca
ミラー元
https://github.com/cacalabs/libcaca.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
7
Wiki
アクティビティ
ソースを参照
* Added -I${top_srcdir} to the compilation flags to fix builds configured
from an alternate directory (they failed to find common.h).
tags/v0.99.beta14
Sam Hocevar
sam
19年前
親
3ebca8a6f3
コミット
aca46d3f39
6個のファイルの変更
、
6行の追加
、
4行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
caca/Makefile.am
+1
-0
cucul/Makefile.am
+1
-1
cxx/Makefile.am
+1
-0
kernel/Makefile.am
+1
-1
test/Makefile.am
+1
-1
tools/Makefile.am
+ 1
- 1
caca/Makefile.am
ファイルの表示
@@ -26,7 +26,7 @@ libcaca_la_SOURCES = \
driver_win32.c \
driver_x11.c \
$(NULL)
AM_CPPFLAGS = -I$(top_srcdir)/cucul
AM_CPPFLAGS = -I$(top_srcdir)
-I$(top_srcdir)
/cucul
libcaca_la_LDFLAGS = -no-undefined -version-info @LT_VERSION@
libcaca_la_LIBADD = ../cucul/libcucul.la @CACA_LIBS@
+ 1
- 0
cucul/Makefile.am
ファイルの表示
@@ -31,6 +31,7 @@ libcucul_la_SOURCES = \
import.c \
export.c \
$(NULL)
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul
libcucul_la_LDFLAGS = -no-undefined -version-info @LT_VERSION@
libcucul_la_LIBADD =
+ 1
- 1
cxx/Makefile.am
ファイルの表示
@@ -1,6 +1,6 @@
# $Id: Makefile.am 552 2006-04-13 16:10:16Z jylam $
AM_CPPFLAGS = -I$(top_srcdir)/cucul -I$(top_srcdir)/caca
AM_CPPFLAGS = -I$(top_srcdir)
-I$(top_srcdir)
/cucul -I$(top_srcdir)/caca
if USE_CXX
include_HEADERS = cucul++.h caca++.h
+ 1
- 0
kernel/Makefile.am
ファイルの表示
@@ -13,4 +13,5 @@ libkernel_la_SOURCES = \
multiboot.h \
$(NULL)
libkernel_la_LDFLAGS = -no-undefined
AM_CPPFLAGS = -I$(top_srcdir)
+ 1
- 1
test/Makefile.am
ファイルの表示
@@ -1,6 +1,6 @@
# $Id$
AM_CPPFLAGS = -I$(top_srcdir)/cucul -I$(top_srcdir)/caca -DDATADIR=\"$(pkgdatadir)\"
AM_CPPFLAGS = -I$(top_srcdir)
-I$(top_srcdir)
/cucul -I$(top_srcdir)/caca -DDATADIR=\"$(pkgdatadir)\"
noinst_PROGRAMS = colors demo dithering event export font frames gamma hsv input spritedit font2tga text transform truecolor unicode import
+ 1
- 1
tools/Makefile.am
ファイルの表示
@@ -1,6 +1,6 @@
# $Id$
AM_CPPFLAGS = -I$(top_srcdir)/cucul -I$(top_srcdir)/caca -DDATADIR=\"$(pkgdatadir)\"
AM_CPPFLAGS = -I$(top_srcdir)
-I$(top_srcdir)
/cucul -I$(top_srcdir)/caca -DDATADIR=\"$(pkgdatadir)\"
noinst_PROGRAMS = optipal $(pango_programs)
書き込み
プレビュー
読み込み中…
キャンセル
保存