Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
4bd40874
Commit
4bd40874
authored
Apr 02, 1999
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use automake defaults for the Lex and Yacc files, so that the
distribution works.
parent
46f7c5d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
ChangeLog
ChangeLog
+22
-0
No files found.
ChangeLog
View file @
4bd40874
1999-04-02 Per Cederqvist <ceder@panic.signum.se>
Use automake defaults for the Lex and Yacc files, so that the
distribution works.
* src/server/Makefile.am (YFLAGS): Set it to "-d" so that we get
the .h header file.
(EXTRA_DIST): Removed aux-item-def.l and aux-item-def.y.
(MAINTAINERCLEANFILES): Removed aux-item-def.tab.h.
(lyskomd_SOURCES): Added aux-item-def-parse.y,
aux-item-def-parse.h and aux-item-def-scan.l.
(DISKOBJS): Removed aux-item-def.tab.c and aux-item-def.lex.c.
(aux-item-def.tab.c): Target removed. Rely on automake.
(aux-item-def.lex.c): Target removed. Rely on automake.
* src/server/aux-item-def-parse.y: Rename hack added. Don't
redefine yyin and yylineno, since the Lex file no longer uses
"%option prefix". Remove blank lines at end of file.
* src/server/aux-item-def-scan.l: Rename hack added. Include
aux-item-def-parse.h instead of aux-item-def.tab.h. Don't
redefine yylval and yyerror, and don't use "%option prefix" -- this
change makes it impossible to have multiple Lex scanners, but on
the other hand, it makes it possible to use automake.
* src/server/aux-item-def.l: Renamed aux-item-def-scan.l.
* src/server/aux-item-def.y: Renamed aux-item-def-parse.y.
Added some missing files to the distribution.
* doc/Makefile.am (EXTRA_DIST): Added IDEAS.
* src/include/Makefile.am (noinst_HEADERS): Added kom-config.h.
...
...
Write
Preview
Markdown
is supported
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