mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
c11ce7e157
You may have noticed that running make is a little slow. Every time that it is loaded, it will try to detect everything again. So, instead, save the output and reload it the next time. This is implemented by adding a rule that (re-)creates the config.cache file, which is included by make. If the file doesn't exist yet, make will first run the rule which creates it, then reload itself. You can also cause it to reconfigure by running "make configure". Signed-off-by: Thiago Macieira <thiago@macieira.org>
25 lines
333 B
Text
25 lines
333 B
Text
*.o
|
|
*.orig
|
|
*.rej
|
|
*.exe
|
|
*.dmg
|
|
*.moc
|
|
*.moc.cpp
|
|
*.patch
|
|
*.ui.h
|
|
*.xml
|
|
version.h
|
|
!dives/*.xml
|
|
*~
|
|
po/*.mo
|
|
qt-ui/ui_*.h
|
|
/subsurface
|
|
.dep/
|
|
share/
|
|
Documentation/docbook-xsl.css
|
|
Documentation/user-manual.html
|
|
Documentation/user-manual.pdf
|
|
Documentation/user-manual.text
|
|
packaging/windows/subsurface.nsi
|
|
packaging/macos/Info.plist
|
|
config.cache
|