Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
poppler
poppler
Commits
ff8f8d44
Commit
ff8f8d44
authored
Mar 15, 2007
by
Albert Astals Cid
Browse files
* glib/Makefile.am: Make it build with BSD/Make. Patch by
Henry Precheur <henry@precheur.org>
parent
bbf7e78b
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
ff8f8d44
2007-03-15 Albert Astals Cid <aacid@kde.org>
* glib/Makefile.am: Make it build with BSD/Make. Patch by
Henry Precheur <henry@precheur.org>
2007-03-07 Carlos Garcia Campos <carlosgc@gnome.org>
reviewed by: Albert Astals Cid <aacid@kde.org>
...
...
glib/Makefile.am
View file @
ff8f8d44
...
...
@@ -35,7 +35,7 @@ stamp-poppler-enums.h: $(poppler_glib_public_headers)
--fprod
"
\n
/* --- @filename@ --- */"
\
--eprod
"#define POPPLER_TYPE_@ENUMSHORT@ (@enum_name@_get_type())
\n
"
\
--eprod
"GType @enum_name@_get_type (void) G_GNUC_CONST;
\n
"
\
$
(
^F
)
)
>
xgen-
$
(
@F
)
\
$(
poppler_glib_public_headers
)
)
>
xgen-
$
(
@F
)
\
&&
(
cmp
-s
xgen-
$
(
@F
)
$
(
@F:stamp-%
=
%
)
||
cp
xgen-
$
(
@F
)
$
(
@F:stamp-%
=
%
)
)
\
&&
rm
-f
xgen-
$
(
@F
)
\
&&
echo
timestamp
>
$
(
@F
)
...
...
@@ -53,7 +53,7 @@ poppler-enums.c: $(poppler_glib_public_headers)
--vtail
" if (G_UNLIKELY (type == 0))
\n
"
\
--vtail
" type = g_@type@_register_static (
\"
@EnumName@
\"
, _@enum_name@_values);
\n\n
"
\
--vtail
" return type;
\n
}
\n\n
"
\
$
(
^F
)
)
>
xgen-
$
(
@F
)
\
$(
poppler_glib_public_headers
)
)
>
xgen-
$
(
@F
)
\
&&
(
cmp
-s
xgen-
$
(
@F
)
$
(
@F
)
||
cp
xgen-
$
(
@F
)
$
(
@F
)
)
\
&&
rm
-f
xgen-
$
(
@F
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment