1SubDir HAIKU_TOP src apps screenshot ; 2 3HAIKU_MULTIPLE_LOCALIZED_TARGETS on $(SUBDIR) = 1 ; 4 5UsePrivateHeaders interface ; 6 7Application Screenshot : 8 ScreenshotApp.cpp 9 ScreenshotWindow.cpp 10 Utility.cpp 11 : be $(HAIKU_LOCALE_LIBS) tracker translation $(TARGET_LIBSUPC++) 12 : ScreenshotApp.rdef 13; 14 15DoCatalogs Screenshot : 16 x-vnd.haiku-screenshot 17 : 18 ScreenshotWindow.cpp 19 Utility.cpp 20; 21 22Application screenshot : 23 Screenshot.cpp 24 Utility.cpp 25 : be $(HAIKU_LOCALE_LIBS) translation $(TARGET_LIBSUPC++) 26 : Screenshot.rdef 27; 28 29DoCatalogs screenshot : 30 x-vnd.haiku-screenshot-cli 31 : 32 Utility.cpp 33; 34